home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_13 / qt.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-05-08  |  171 b   |  9 lines

  1. on exitFrame
  2.   global frm
  3.   if the movieTime of sprite 6 < the duration of cast the castNum of sprite 6 then
  4.     go(the frame)
  5.   else
  6.     go(frm, "MENU.DIR")
  7.   end if
  8. end
  9.